require 'import'
import "android.content.*"
i= Intent()
.setComponent(ComponentName("com.ghisler.android.TotalCommander", "com.ghisler.android.TotalCommander.TotalCommander"))
this.startActivity(i)

return true